Monalisa's Bank Accounts#39
Open
MonalisaC wants to merge 23 commits intoAda-C7:masterfrom
MonalisaC:master
Open
Monalisa's Bank Accounts#39MonalisaC wants to merge 23 commits intoAda-C7:masterfrom MonalisaC:master
MonalisaC wants to merge 23 commits intoAda-C7:masterfrom
MonalisaC:master
Conversation
…n instance of owner.
… Account under lib/directory.
Bank AccountWhat We're Looking For
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bank Account
Congratulations! You're submitting your assignment.
Comprehension Questions
raise ArgumentError? What do you think it's doing?| Why do you think we made the
.all&.findmethods class methods? Why not instance methods? | It exist in the object that defined them (the class) and nowhere else and if we do instance method it'll give nomethod error || Why does it make sense to use inheritance for the different types of accounts? | lowers down the hierarchy |
| Did the presence of automated tests change the way you thought about the problem? How? | yes it helps to define the problem and increases its scope for further changes.|